Created
October 9, 2015 11:03
-
-
Save wvangeit/e512a587e3d6bc198647 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/mac/Makefile.in b/src/mac/Makefile.in | |
index 3b60c12..412a9c9 100644 | |
--- a/src/mac/Makefile.in | |
+++ b/src/mac/Makefile.in | |
@@ -620,17 +620,6 @@ uninstall-am: uninstall-binSCRIPTS | |
uninstall-am uninstall-binSCRIPTS | |
@MAC_DARWIN_TRUE@install: install-am | |
-@MAC_DARWIN_TRUE@@UniversalMacBinary_TRUE@ $(CC) -arch ppc -o aoutppc -Dcpu="\"$(host_cpu)\"" -I. $(srcdir)/launch.c $(srcdir)/mac2uxarg.c -framework Carbon | |
-@MAC_DARWIN_TRUE@@UniversalMacBinary_TRUE@ $(CC) -arch i386 -o aouti386 -Dcpu="\"$(host_cpu)\"" -I. $(srcdir)/launch.c $(srcdir)/mac2uxarg.c -framework Carbon | |
-@MAC_DARWIN_TRUE@@UniversalMacBinary_TRUE@ lipo aouti386 aoutppc -create -output a.out | |
-@MAC_DARWIN_TRUE@@UniversalMacBinary_FALSE@ gcc -g -arch i386 -Dncpu="\"$(host_cpu)\"" -I. $(srcdir)/launch.c $(srcdir)/mac2uxarg.c -framework Carbon | |
- | |
-@MAC_DARWIN_TRUE@ carbon=$(carbon) sh $(srcdir)/launch_inst.sh "$(host_cpu)" "$(DESTDIR)$(prefix)" "$(srcdir)" | |
-@MAC_DARWIN_TRUE@ for i in $(S) ; do \ | |
-@MAC_DARWIN_TRUE@ sed "s/^CPU.*/CPU=\"$(host_cpu)\"/" < $(DESTDIR)$(bindir)/$$i > temp; \ | |
-@MAC_DARWIN_TRUE@ mv temp $(DESTDIR)$(bindir)/$$i; \ | |
-@MAC_DARWIN_TRUE@ chmod 755 $(DESTDIR)$(bindir)/$$i; \ | |
-@MAC_DARWIN_TRUE@ done | |
# 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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment