ANSI C compatible
[unix-history] / usr / src / old / dbx / Makefile
index e7f57f3..e542005 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.6 (Berkeley) %G%
+#      @(#)Makefile    5.9 (Berkeley) %G%
 #
 # make file for debugger "dbx"
 #
 #
 # make file for debugger "dbx"
 #
@@ -13,7 +13,6 @@
 .SUFFIXES:
 .SUFFIXES: .h .c .s .o
 
 .SUFFIXES:
 .SUFFIXES: .h .c .s .o
 
-MACHINE        = unknown
 AOUT   = tdbx
 DESTDIR        =
 DEST   = /usr/ucb/dbx
 AOUT   = tdbx
 DESTDIR        =
 DEST   = /usr/ucb/dbx
@@ -182,6 +181,8 @@ mkdate: mkdate.c
 print:
        @echo "don't print it, it's too long"
 
 print:
        @echo "don't print it, it's too long"
 
+depend:
+
 #
 # Don't worry about the removal of header files, they're created from
 # the source files.
 #
 # Don't worry about the removal of header files, they're created from
 # the source files.
@@ -190,7 +191,7 @@ print:
 clean:
        rm -f ${HDR} ${OBJ} y.tab.c y.tab.h ${AOUT} mkdate mkdate.o \
            makedefs makedefs.o date.c core mon.out prof.out make.out \
 clean:
        rm -f ${HDR} ${OBJ} y.tab.c y.tab.h ${AOUT} mkdate mkdate.o \
            makedefs makedefs.o date.c core mon.out prof.out make.out \
-           cerror.s ops.c machine.c runtime.c
+           cerror.s ops.c machine.c runtime.c date.o
 
 cleandefs:
        rm -f ${HDR} y.tab.h
 
 cleandefs:
        rm -f ${HDR} y.tab.h