summaryrefslogtreecommitdiff
path: root/progs.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-02-24 19:37:24 +0000
committerTom Tromey <tromey@redhat.com>1998-02-24 19:37:24 +0000
commitdaca6bcd6c2a7ecdb520d2d4b7f68dcbc4b53913 (patch)
treeca25ddff09dcc178b1c04aae0144372e5ddd5eb3 /progs.am
parent5de4fd849741830d6976c737760d4e4536016a9f (diff)
downloadautomake-daca6bcd6c2a7ecdb520d2d4b7f68dcbc4b53913.tar.gz
reimplemented man pages
Diffstat (limited to 'progs.am')
-rw-r--r--progs.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs.am b/progs.am
index 51ede2c39..418cee5f2 100644
--- a/progs.am
+++ b/progs.am
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@ install-@DIR@PROGRAMS: $(@DIR@_PROGRAMS)
done
uninstall-@DIR@PROGRAMS:
- $(NORMAL_UNINSTALL)
+ @$(NORMAL_UNINSTALL)
list='$(@DIR@_PROGRAMS)'; for p in $$list; do \
rm -f $(@DIR@dir)/`echo $$p|sed '$(transform)'`; \
done