mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
Enable ixemul compilation.
This commit is contained in:
29
patches/ixemul-48.2/ixnet/Makefile.in.diff
Normal file
29
patches/ixemul-48.2/ixnet/Makefile.in.diff
Normal file
@ -0,0 +1,29 @@
|
||||
--- ixemul-48.2.orig/ixnet/Makefile.in 2001-09-01 17:16:30.000000000 +0200
|
||||
+++ ixemul-48.2/ixnet/Makefile.in 2012-08-03 19:30:25.000000000 +0200
|
||||
@@ -33,9 +33,9 @@
|
||||
|
||||
# I *love* GNU make!
|
||||
define catenate
|
||||
-/bin/echo -n creating $@...
|
||||
-/bin/echo -e "$(^:%=#include \"%\"\n)" >$@
|
||||
-/bin/echo done
|
||||
+echo -n creating $@...
|
||||
+echo "$(^:%=#include \"%\"\n)" >$@
|
||||
+echo done
|
||||
endef
|
||||
|
||||
FLAVOR_CFLAGS = -m$(CPU) -m$(FPU)
|
||||
@@ -112,11 +112,11 @@
|
||||
./create_header >$@
|
||||
|
||||
create_header: create_header.c $(srcdir)/../include/user.h ixnet.h
|
||||
- gcc $(CFLAGS) $(INCS) $(OTHER_CFLAGS) $(DEFS) $< -o $@
|
||||
+ gcc $(CFLAGS) $(INCS) $(DEFS) $< -o $@
|
||||
chmod u+x $@
|
||||
|
||||
parse_version: parse_version.c
|
||||
- gcc $(CFLAGS) $(OTHER_CFLAGS) -Dmc$(CPU) $(DEF_FPU) $(DEFS) $< -o $@
|
||||
+ gcc $(CFLAGS) -Dmc$(CPU) $(DEF_FPU) $(DEFS) $< -o $@
|
||||
chmod u+x $@
|
||||
|
||||
version.h: parse_version $(srcdir)/../version.in
|
||||
Reference in New Issue
Block a user