Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / emulators / xcopilot / patches / patch-ad
blobd3ae67e71a3a2d97c217825f0f79153f08f281d4
1 $NetBSD$
3 --- mc68k/Makefile.in.orig      Tue Feb 23 18:33:06 1999
4 +++ mc68k/Makefile.in   Tue Feb 23 18:33:15 1999
5 @@ -283,8 +283,8 @@
6  maintainer-clean-generic clean mostlyclean distclean maintainer-clean
7  
8  
9 -custom.c: fab_custom.c
10 -       $(CC) -o fab_custom $<
11 +custom.c: fab_custom.o
12 +       $(CC) -o fab_custom $?
13         ./fab_custom
15  # Tell versions [3.59,3.63) of GNU make to not export all variables.