24 lines
1005 B
Diff
24 lines
1005 B
Diff
diff -Naur old/IlmImf/Makefile.in new/IlmImf/Makefile.in
|
|
--- old/IlmImf/Makefile.in 2019-09-25 20:41:49.834546959 +0300
|
|
+++ new/IlmImf/Makefile.in 2019-09-25 20:43:02.579922337 +0300
|
|
@@ -129,7 +129,7 @@
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
CXXLD = $(CXX)
|
|
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
- --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
|
|
+ --mode=link $(CXX) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
|
|
$(LDFLAGS) -o $@
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
@@ -881,9 +881,8 @@
|
|
tags uninstall uninstall-am uninstall-libIlmImfincludeHEADERS \
|
|
uninstall-libLTLIBRARIES
|
|
|
|
-
|
|
b44ExpLogTable.h: b44ExpLogTable
|
|
- ./b44ExpLogTable > b44ExpLogTable.h
|
|
+ ./b44ExpLogTable > b44ExpLogTable.h || b44ExpLogTable > b44ExpLogTable.h
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|