]> code.citadel.org Git - citadel.git/commitdiff
* Makefile.in (distclean): pass correct args to non-GNU `find'
authorNathan Bryant <loanshark@uncensored.citadel.org>
Fri, 14 Apr 2000 16:34:25 +0000 (16:34 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Fri, 14 Apr 2000 16:34:25 +0000 (16:34 +0000)
citadel/Makefile.in

index b321c2ddeb97ee188c63d825219ed0a53d9dd829..558ba1cb16954fb05f65c865bb0afd56e3b757bf 100644 (file)
@@ -324,7 +324,7 @@ cleaner: clean
                modules/*.[ms]o $(PROXY_TARGETS) so_locations
 
 distclean: cleaner
-       find . -name '*~' -or -name '.#*' | xargs rm -f
+       find . -name '*~' -o -name '.#*' | xargs rm -f
        rm -f Makefile sysdep.h config.cache config.log config.status *.d weekly
 
 .c.d: