diff options
author | joye <joye> | 2015-07-09 17:34:16 (GMT) |
---|---|---|
committer | joye <joye> | 2015-07-09 17:34:16 (GMT) |
commit | d0537e64e62fec37cc12c3ffccec1084026b2cb6 (patch) | |
tree | 0f95bc7af429df0b3123ce55914e1040c626c916 /Makefile.in | |
parent | b3342b21bf71166b4c9dd981e9ce8680012f4e25 (diff) | |
download | blt-d0537e64e62fec37cc12c3ffccec1084026b2cb6.zip blt-d0537e64e62fec37cc12c3ffccec1084026b2cb6.tar.gz blt-d0537e64e62fec37cc12c3ffccec1084026b2cb6.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Makefile.in')
-rwxr-xr-x | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index f1bad27..5f0401e 100755 --- a/Makefile.in +++ b/Makefile.in @@ -356,7 +356,7 @@ dist: dist-clean clean: -test -z "$(BINARIES)" || rm -f $(BINARIES) - -rm -f *.$(OBJEXT) core *.core + -rm -f $(PKG_OBJECTS) *.$(OBJEXT) core *.core -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean: clean |