diff options
author | Tom Tromey <tromey@redhat.com> | 1997-03-26 05:57:50 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1997-03-26 05:57:50 +0000 |
commit | 430d000de09ef50243a9a10435ec33ba6e1e66cd (patch) | |
tree | ff58fc2a51eae355850eed4b8e3d1989ceda1923 /lib/am/data.am | |
parent | 0c35d438ab6813e50316b49f67dff5abc5e353bf (diff) | |
download | automake-430d000de09ef50243a9a10435ec33ba6e1e66cd.tar.gz |
follow GNU standards
Diffstat (limited to 'lib/am/data.am')
-rw-r--r-- | lib/am/data.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/am/data.am b/lib/am/data.am index 5647fcb5f..6bc1d3e20 100644 --- a/lib/am/data.am +++ b/lib/am/data.am @@ -31,6 +31,7 @@ install-@DIR@DATA: $(@DIR@_DATA) done uninstall-@DIR@DATA: + $(NORMAL_UNINSTALL) list="$(@DIR@_DATA)"; for p in $$list; do \ rm -f $(@DIR@dir)/$$p; \ done |