Fix that rule

This commit is contained in:
Dale Weiler 2013-08-17 23:50:21 +00:00
parent e6809acf63
commit 78a3c5d571

View file

@ -109,5 +109,5 @@ uninstall:
rm -f $(DESTDIR)$(MANDIR)/man1/doc/gmqpak.1
whitespace:
find . -type f \( -name '*.c' -or -name '*.h' \) -exec sed -i 's/ *$$//' '{}' ';'
find . -type f \( -name '*.[ch]' -or -name '*.def' \) -exec sed -i 's/ *$$//' '{}' ';'