1999-05-31 04:58:10 +00:00
|
|
|
--- src/Makefile.in.orig Mon Oct 5 04:26:33 1998
|
|
|
|
+++ src/Makefile.in Sun May 30 21:48:55 1999
|
1999-02-02 13:54:00 +00:00
|
|
|
@@ -164,7 +164,7 @@
|
|
|
|
SOURCES = $(libffi_la_SOURCES) $(ffitest_SOURCES)
|
|
|
|
OBJECTS = $(libffi_la_OBJECTS) $(ffitest_OBJECTS)
|
|
|
|
|
|
|
|
-all: Makefile $(LTLIBRARIES) $(PROGRAMS)
|
|
|
|
+all: Makefile $(LTLIBRARIES)
|
|
|
|
|
|
|
|
.SUFFIXES:
|
|
|
|
.SUFFIXES: .S .c .lo .o .s
|
1999-05-31 04:58:10 +00:00
|
|
|
@@ -296,7 +296,7 @@
|
|
|
|
done
|
|
|
|
debug.o debug.lo: debug.c ../include/ffi.h ../fficonfig.h \
|
|
|
|
../include/ffi_common.h
|
|
|
|
-ffi.o ffi.lo: x86/ffi.c ../include/ffi.h ../fficonfig.h \
|
|
|
|
+ffi.o ffi.lo: @TARGETDIR@/ffi.c ../include/ffi.h ../fficonfig.h \
|
|
|
|
../include/ffi_common.h
|
|
|
|
ffitest.o ffitest.lo: ffitest.c ../include/ffi.h ../fficonfig.h
|
|
|
|
prep_cif.o prep_cif.lo: prep_cif.c ../include/ffi.h ../fficonfig.h \
|