summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/isode/compat/Makefile.in2
-rw-r--r--src/isode/h/Makefile.in2
-rw-r--r--src/isode/pepsy/Makefile.in2
-rw-r--r--src/isode/psap/Makefile.in2
-rw-r--r--src/isode/support/Makefile.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/isode/compat/Makefile.in b/src/isode/compat/Makefile.in
index 2e79c60195..e6689c771b 100644
--- a/src/isode/compat/Makefile.in
+++ b/src/isode/compat/Makefile.in
@@ -216,7 +216,7 @@ manuals:; @$(UTILDIR)inst-man.sh $(MANOPTS) $(MANUALS)
# clean
################################################################
-clean:; rm -f *.o *.a z* _* core compatvrsn.c
+clean::; rm -f *.o *.a z* _* core compatvrsn.c
grind:; iprint Makefile
tgrind -lc $(CFILES) compatvrsn.c llib-lcompat
diff --git a/src/isode/h/Makefile.in b/src/isode/h/Makefile.in
index 945d498b6c..d4c45fbe74 100644
--- a/src/isode/h/Makefile.in
+++ b/src/isode/h/Makefile.in
@@ -89,6 +89,6 @@ install: inst-all clean
lint:;
-clean:; rm -f z* _*
+clean::; rm -f z* _*
grind:; tgrind -lc $(HEADERS)
diff --git a/src/isode/pepsy/Makefile.in b/src/isode/pepsy/Makefile.in
index 3996c6206c..6a666d0417 100644
--- a/src/isode/pepsy/Makefile.in
+++ b/src/isode/pepsy/Makefile.in
@@ -354,7 +354,7 @@ manuals:; @$(UTILDIR)inst-man.sh $(MANOPTS) $(MANUALS)
# clean
################################################################
-clean:; rm -f *.o *.a x* z* _* core pepsydefs.h *yacc.y *yacc.c lex.l \
+clean::; rm -f *.o *.a x* z* _* core pepsydefs.h *yacc.y *yacc.c lex.l \
lex.c *.ph UNIV_* UNIV-* _* core $(HDIR)/UNIV*.h \
pp.c pp pep libpepsy.a pepsy-yacc.y T1* T2* T3* t? \
peptest pep.results pepsyvrsn.c
diff --git a/src/isode/psap/Makefile.in b/src/isode/psap/Makefile.in
index ade691f16e..707f661dbf 100644
--- a/src/isode/psap/Makefile.in
+++ b/src/isode/psap/Makefile.in
@@ -274,7 +274,7 @@ manuals:; @$(UTILDIR)inst-man.sh $(MANOPTS) $(MANUALS)
# clean
################################################################
-clean:; rm -f *.o *.a z* _* core psaptest dec2pe hex2pe psapvrsn.c
+clean::; rm -f *.o *.a z* _* core psaptest dec2pe hex2pe psapvrsn.c
grind:; iprint Makefile
tgrind -lc $(CFILES) psapvrsn.c psaptest.c dec2pe.c hex2pe.c \
diff --git a/src/isode/support/Makefile.in b/src/isode/support/Makefile.in
index 14c257b78e..dc363841b3 100644
--- a/src/isode/support/Makefile.in
+++ b/src/isode/support/Makefile.in
@@ -116,7 +116,7 @@ clean::
# clean
################################################################
-clean:; rm -f *.o *.a *.so.* x* z* _* core isodevrsn.c llib-lisode \
+clean::; rm -f *.o *.a *.so.* x* z* _* core isodevrsn.c llib-lisode \
libisode-shared
true:;