diff options
Diffstat (limited to 'editors/the/files/patch-aa')
-rw-r--r-- | editors/the/files/patch-aa | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/editors/the/files/patch-aa b/editors/the/files/patch-aa new file mode 100644 index 000000000000..8fd06348605e --- /dev/null +++ b/editors/the/files/patch-aa @@ -0,0 +1,62 @@ +*** Makefile.in.orig Sat Dec 19 23:53:42 1998 +--- Makefile.in Sun Mar 28 17:49:45 1999 +*************** +*** 28,34 **** + CFLAGS = @CFLAGS@ + + INCDIR = $(srcdir) +! CPPFLAGS = -I. -I$(INCDIR) @DEFS@ @SYS_DEFS@ -DTHE_HOME_DIRECTORY=\"$(prefix)/THE/\" + + CCFLAGS = -c $(CFLAGS) $(CPPFLAGS) @MH_CURSES_INC@ @MH_REXX_INC@ + +--- 28,34 ---- + CFLAGS = @CFLAGS@ + + INCDIR = $(srcdir) +! CPPFLAGS = -I. -I$(INCDIR) @DEFS@ @SYS_DEFS@ -DTHE_HOME_DIRECTORY=\"$(libdir)/THE/\" + + CCFLAGS = -c $(CFLAGS) $(CPPFLAGS) @MH_CURSES_INC@ @MH_REXX_INC@ + +*************** +*** 122,141 **** + + install: ./the help + $(INSTALL_DATA) -m 755 -d $(exec_prefix)/bin +! $(INSTALL_DATA) -m 755 -d $(prefix)/THE + $(INSTALL) -m 755 ./the $(exec_prefix)/bin/the +! $(INSTALL_DATA) $(srcdir)/append.the $(prefix)/THE/append.the +! $(INSTALL_DATA) $(srcdir)/comm.the $(prefix)/THE/comm.the +! $(INSTALL_DATA) $(srcdir)/uncomm.the $(prefix)/THE/uncomm.the +! $(INSTALL_DATA) $(srcdir)/total.the $(prefix)/THE/total.the +! $(INSTALL_DATA) $(srcdir)/match.the $(prefix)/THE/match.the +! $(INSTALL_DATA) $(srcdir)/rm.the $(prefix)/THE/rm.the +! $(INSTALL_DATA) $(srcdir)/words.the $(prefix)/THE/words.the +! $(INSTALL_DATA) $(srcdir)/l.the $(prefix)/THE/l.the +! $(INSTALL_DATA) $(srcdir)/compile.the $(prefix)/THE/compile.the +! $(INSTALL_DATA) $(srcdir)/spell.the $(prefix)/THE/spell.the +! $(INSTALL_DATA) $(srcdir)/demo.the $(prefix)/THE/demo.the +! $(INSTALL_DATA) $(srcdir)/THE_Help.txt $(prefix)/THE/THE_Help.txt + + clean: + -rm -f *.o trace the manext *.man *.htm THE_Help* *.gif +--- 122,141 ---- + + install: ./the help + $(INSTALL_DATA) -m 755 -d $(exec_prefix)/bin +! $(INSTALL_DATA) -m 755 -d $(libdir)/THE + $(INSTALL) -m 755 ./the $(exec_prefix)/bin/the +! $(INSTALL_DATA) $(srcdir)/append.the $(libdir)/THE/append.the +! $(INSTALL_DATA) $(srcdir)/comm.the $(libdir)/THE/comm.the +! $(INSTALL_DATA) $(srcdir)/uncomm.the $(libdir)/THE/uncomm.the +! $(INSTALL_DATA) $(srcdir)/total.the $(libdir)/THE/total.the +! $(INSTALL_DATA) $(srcdir)/match.the $(libdir)/THE/match.the +! $(INSTALL_DATA) $(srcdir)/rm.the $(libdir)/THE/rm.the +! $(INSTALL_DATA) $(srcdir)/words.the $(libdir)/THE/words.the +! $(INSTALL_DATA) $(srcdir)/l.the $(libdir)/THE/l.the +! $(INSTALL_DATA) $(srcdir)/compile.the $(libdir)/THE/compile.the +! $(INSTALL_DATA) $(srcdir)/spell.the $(libdir)/THE/spell.the +! $(INSTALL_DATA) $(srcdir)/demo.the $(libdir)/THE/demo.the +! $(INSTALL_DATA) $(srcdir)/THE_Help.txt $(libdir)/THE/THE_Help.txt + + clean: + -rm -f *.o trace the manext *.man *.htm THE_Help* *.gif |