summaryrefslogtreecommitdiff
path: root/lib/am/data.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 /lib/am/data.am
parent5de4fd849741830d6976c737760d4e4536016a9f (diff)
downloadautomake-daca6bcd6c2a7ecdb520d2d4b7f68dcbc4b53913.tar.gz
reimplemented man pages
Diffstat (limited to 'lib/am/data.am')
-rw-r--r--lib/am/data.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/am/data.am b/lib/am/data.am
index 942b15479..6a88c846a 100644
--- a/lib/am/data.am
+++ b/lib/am/data.am
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 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@DATA: $(@DIR@_DATA)
done
uninstall-@DIR@DATA:
- $(NORMAL_UNINSTALL)
+ @$(NORMAL_UNINSTALL)
list='$(@DIR@_DATA)'; for p in $$list; do \
rm -f $(@DIR@dir)/$$p; \
done