summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-12-18 20:37:20 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-12-18 20:37:20 (GMT)
commit1b27cf7370fde09458dc1aefc803324f234500f7 (patch)
tree14af5875e04186949b63e07eca4507d138d15052
parent13e89df7ef0d1653cf3e49b3b5651284532f2e0f (diff)
downloadblt-1b27cf7370fde09458dc1aefc803324f234500f7.zip
blt-1b27cf7370fde09458dc1aefc803324f234500f7.tar.gz
blt-1b27cf7370fde09458dc1aefc803324f234500f7.tar.bz2
fix TEA for CXX
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7493c82..953beba 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -378,7 +378,7 @@ dist: dist-clean
clean:
-test -z "$(BINARIES)" || rm -f $(BINARIES)
- -rm -f $(PKG_OBJECTS) *.$(OBJEXT) core *.core
+ -rm -f *.$(OBJEXT) core *.core
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean: clean