diff options
Diffstat (limited to 'deskutils/abacus/files/patch-aj')
-rw-r--r-- | deskutils/abacus/files/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/deskutils/abacus/files/patch-aj b/deskutils/abacus/files/patch-aj new file mode 100644 index 000000000000..2eef816fa0b0 --- /dev/null +++ b/deskutils/abacus/files/patch-aj @@ -0,0 +1,13 @@ +--- calc/Makefile.orig Tue Oct 20 06:41:42 1998 ++++ calc/Makefile Thu Jan 20 18:36:31 2000 +@@ -40,8 +40,8 @@ + + gram.cc: gram.y scan.c + $(YACC) -d gram.y +- mv gram.tab.c gram.cc +- mv gram.tab.h gram.h ++ mv y.tab.c gram.cc ++ mv y.tab.h gram.h + + # + # include a dependency file if one exists |