mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 06:42:18 -08:00
Yet another iteration of the Makefile problem. This time it seems to keep happy both Solaris and NetBSD.
This commit is contained in:
parent
ba4e784a10
commit
276888f6d5
1 changed files with 5 additions and 5 deletions
|
|
@ -55,12 +55,12 @@ OBJS = main.o symbol.o package.o list.o\
|
|||
|
||||
all: $(DPP) ../libeclmin.a ../cinit.o
|
||||
|
||||
%.s: %.c $(HFILES)
|
||||
$(CC) -DECLDIR="\"@ecldir@\"" $(CFLAGS) -S -o $@ $<
|
||||
%.o: %.c $(HFILES)
|
||||
$(CC) -DECLDIR="\"@ecldir@\"" $(CFLAGS) -o $@ $<
|
||||
%.c: %.d $(DPP)
|
||||
.d.c: $(DPP)
|
||||
if test -f ../CROSS-DPP ; then ../CROSS-DPP $< $@ ; else $(DPP) $< $@ ; fi
|
||||
.c.s: $(HFILES)
|
||||
$(CC) -DECLDIR="\"@ecldir@\"" $(CFLAGS) -S -o $@ $<
|
||||
.c.o: $(HFILES)
|
||||
$(CC) -DECLDIR="\"@ecldir@\"" $(CFLAGS) -o $@ $<
|
||||
apply_x86.c: $(srcdir)/arch/apply_x86.d $(DPP) $(HFILES)
|
||||
if test -f ../CROSS-DPP ; then \
|
||||
../CROSS-DPP $(srcdir)/arch/apply_x86.d $@ ; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue