remove old patches

This commit is contained in:
form 1998-05-06 06:16:29 +00:00
parent 57aa528644
commit e696e6016f
3 changed files with 0 additions and 48 deletions

View File

@ -1,20 +0,0 @@
--- configure.orig Fri Sep 5 19:47:03 1997
+++ configure Mon Sep 8 10:07:36 1997
@@ -2556,7 +2556,7 @@
major_shared=0
-minor_shared=82
+minor_shared=1
pico_version=
@@ -2591,7 +2591,7 @@
lexicographic_readdir=1
-CFLAGS="$debug_flag $verbose_flag $production_flag"
+CFLAGS="$CCFLAGS $verbose_flag $production_flag"
GPROF_FLAGS="-pg"
GPROF_CFLAGS=""
EXTRACFLAGS=""

View File

@ -1,18 +0,0 @@
--- config/free_net-bsd-shared.mk.orig Mon Apr 28 19:26:48 1997
+++ config/free_net-bsd-shared.mk Thu May 22 22:59:55 1997
@@ -26,15 +26,10 @@
${SHARED_LIB}: $(SH_OBJS)
ld -Bshareable -o ${SHARED_LIB} ${SH_OBJS}
- chmod a+x ${SHARED_LIB}
- rm -f lib${lib_name}.so
- ln -s ${SHARED_LIB} lib${lib_name}.so
install:: ${SHARED_LIB}
mkdir -p ${lib_dir}
${INSTALL_DATA} ${SHARED_LIB} ${lib_dir}
- rm -f ${lib_dir}/lib${lib_name}.so
- ln -s ${lib_dir}/${SHARED_LIB} ${lib_dir}/lib${lib_name}.so
clean::
rm -f ${SHARED_LIB} lib${lib_name}.so ${SH_OBJS}

View File

@ -1,10 +0,0 @@
--- clients/Motif-1.2/mwm/Makefile.in.orig Mon Apr 28 19:25:17 1997
+++ clients/Motif-1.2/mwm/Makefile.in Mon Apr 21 10:19:32 1997
@@ -88,6 +88,6 @@
mwmlex.o: y.tab.h
-$(srcdir)/version.h: Makefile
+version.h $(srcdir)/version.h: Makefile
echo "#define VERSION \"@major_shared@.@minor_shared@\"" > $(srcdir)/version.h