summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-30 13:49:32 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-30 13:49:32 +0000
commitfee1bfd96cb37d620e4771d432a899aa4cf25e57 (patch)
tree97b616c8569d8585bfd57180ee60ec195a4cc1ac /utils
parent290ac234bad3de577d9f5dea262aa44e6960fc54 (diff)
But not the special ones.
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index dda5820d..02b9f28d 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -45,4 +45,4 @@ ps w hurdids settrans showtrans fsysopts storeinfo login vmstat portinfo \
%: %.sh
cp $< $@
-$(targets): %: %.o
+$(filter-out $(special-targets), $(targets)): %: %.o