diff options
Diffstat (limited to 'lang/atlast/files/patch-aa')
-rw-r--r-- | lang/atlast/files/patch-aa | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/lang/atlast/files/patch-aa b/lang/atlast/files/patch-aa deleted file mode 100644 index a10c74b0e03f..000000000000 --- a/lang/atlast/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ -*** Makefile.orig Mon May 9 03:26:47 1994 ---- Makefile Fri Oct 5 05:18:35 2001 -*************** -*** 18,24 **** - all: $(APPS) - - atlast: $(ATLOBJ) -! cc $(CFLAGS) $(ATLOBJ) -o atlast $(LIBRARIES) - - atlast.o: atlast.c atldef.h - atldef.h: atlast.h ---- 18,24 ---- - all: $(APPS) - - atlast: $(ATLOBJ) -! $(CC) $(CFLAGS) $(ATLOBJ) -o atlast $(LIBRARIES) - - atlast.o: atlast.c atldef.h - atldef.h: atlast.h -*************** -*** 33,39 **** - echo >>/tmp/regin.tmp - echo >>/tmp/regin.tmp - atlast -iregress </tmp/regin.tmp >/tmp/regout.tmp -! /bin/diff regout.txt /tmp/regout.tmp - - clean: - rm -f $(APPS) ---- 33,39 ---- - echo >>/tmp/regin.tmp - echo >>/tmp/regin.tmp - atlast -iregress </tmp/regin.tmp >/tmp/regout.tmp -! /usr/bin/diff regout.txt /tmp/regout.tmp - - clean: - rm -f $(APPS) |