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 /scripts.am | |
parent | 0c35d438ab6813e50316b49f67dff5abc5e353bf (diff) | |
download | automake-430d000de09ef50243a9a10435ec33ba6e1e66cd.tar.gz |
follow GNU standards
Diffstat (limited to 'scripts.am')
-rw-r--r-- | scripts.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts.am b/scripts.am index 9ca60ff26..5328c1aca 100644 --- a/scripts.am +++ b/scripts.am @@ -31,6 +31,7 @@ install-@DIR@SCRIPTS: $(@DIR@_SCRIPTS) done uninstall-@DIR@SCRIPTS: + $(NORMAL_UNINSTALL) list="$(@DIR@_SCRIPTS)"; for p in $$list; do \ rm -f $(@DIR@dir)/`echo $$p|sed '$(transform)'`; \ done |