3ecef7be86
this fixes sdcc on alpha, and probably sparc and others. also include a slew of missing headers.
14 lines
333 B
Text
14 lines
333 B
Text
$NetBSD: patch-aq,v 1.1 2001/04/29 16:15:16 dmcmahill Exp $
|
|
|
|
--- Makefile.orig Sat Sep 16 14:25:32 2000
|
|
+++ Makefile Sun Apr 29 03:13:01 2001
|
|
@@ -26,9 +26,4 @@
|
|
|
|
sdcc-libs:
|
|
-ifeq ($(CROSS_LIBGC),1)
|
|
- $(MAKE) -C support/gc -f Makefile.cross
|
|
-else
|
|
- $(MAKE) -C support/gc
|
|
-endif
|
|
for lib in $(SDCC_LIBS); do $(MAKE) -C $$lib; done
|
|
|