diff options
author | Rob Austein <sra@hactrn.net> | 2011-01-21 19:44:55 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-01-21 19:44:55 +0000 |
commit | 1b55e2887afa1270635f9c9a1836d539e11144fa (patch) | |
tree | 018b4a373caeaac65a0544ac231f9b2ee5e0f254 /Makefile.in | |
parent | 1e2f7c85f91dde777faef3abf8a0be6753d00fb5 (diff) |
Add deinstall/uninstall targets, even when they're no-ops.
svn path=/Makefile.in; revision=3628
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6d9c8add..801443d8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,7 +6,7 @@ default: all test:: all -all install clean test distclean:: +all install clean test distclean deinstall uninstall:: @for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && ${MAKE} $@); done distclean:: |