3 --- mc68k/Makefile.in.orig Tue Feb 23 18:33:06 1999
4 +++ mc68k/Makefile.in Tue Feb 23 18:33:15 1999
6 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
9 -custom.c: fab_custom.c
10 - $(CC) -o fab_custom $<
11 +custom.c: fab_custom.o
12 + $(CC) -o fab_custom $?
15 # Tell versions [3.59,3.63) of GNU make to not export all variables.