diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-25 13:16:33 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-25 13:16:33 +0000 |
commit | e0e7895de8273c51453bf519343b68c7961ea52e (patch) | |
tree | e94c2ba8e3374aeb492bbeadbf948c03cff0118b /devel/ORBit/files | |
parent | 1cc396ca019edd89e682f85b3d9ae540f920c4f9 (diff) |
Notes
Diffstat (limited to 'devel/ORBit/files')
-rw-r--r-- | devel/ORBit/files/patch-ac | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/devel/ORBit/files/patch-ac b/devel/ORBit/files/patch-ac index d6af06dc6eb4..cdd4388b64f5 100644 --- a/devel/ORBit/files/patch-ac +++ b/devel/ORBit/files/patch-ac @@ -1,5 +1,5 @@ --- libIDL/Makefile.in.orig Mon Sep 21 13:50:12 1998 -+++ libIDL/Makefile.in Wed Sep 23 23:18:22 1998 ++++ libIDL/Makefile.in Wed Nov 25 21:06:38 1998 @@ -95,7 +95,7 @@ noinst_PROGRAMS = tstidl @@ -9,6 +9,15 @@ tstidl_SOURCES = tstidl.c tstidl_LDADD = libIDL.la +@@ -139,7 +139,7 @@ + SOURCES = $(libIDL_la_SOURCES) $(tstidl_SOURCES) + OBJECTS = $(libIDL_la_OBJECTS) $(tstidl_OBJECTS) + +-all: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) ++all: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(HEADERS) + + .SUFFIXES: + .SUFFIXES: .S .c .dvi .info .lo .o .ps .s .texi .texinfo .txi @@ -446,7 +446,7 @@ install-exec: install-libLTLIBRARIES @$(NORMAL_INSTALL) |