summaryrefslogtreecommitdiff
path: root/Makefile.comm
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.comm')
-rw-r--r--Makefile.comm8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.comm b/Makefile.comm
index c86aa4c0..256aed19 100644
--- a/Makefile.comm
+++ b/Makefile.comm
@@ -96,7 +96,7 @@ extraclean: distclean
-rm -f \#* *~ =* core junk grot old temp tmp tem
.SUFFIXES:
-.SUFFIXES: .o .cc .c .y .man .n
+.SUFFIXES: .o .obj .cc .c .y .man .n
.cc.o:
$(COMPILE.cc) $<
@@ -104,6 +104,12 @@ extraclean: distclean
.c.o:
$(COMPILE.c) $<
+.cc.obj:
+ $(COMPILE.cc) $<
+
+.c.obj:
+ $(COMPILE.c) $<
+
.y.cc:
if test -n "$(YTABH)"; then \
$(YACC) $(YACCFLAGS) -d $<; \