diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-12 00:29:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-12 00:29:17 +0000 |
commit | d298fecfda6306b4a65eec555e07af7bbb832a77 (patch) | |
tree | acbbd707519225221e687c9d811aae7a5775071e | |
parent | d3ea4206509c44968cb90791b5d78a465537ee58 (diff) | |
download | gunmake-d298fecfda6306b4a65eec555e07af7bbb832a77.tar.gz |
Formerly GNUmakefile.~65~
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 8f6e2d4..ed6b064 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -53,6 +53,10 @@ ifneq "$(defines)" "@DEFS@" CPPFLAGS = $(defines) endif +ifeq "$(extras)" "@LIBOBJS@" +extras := # nada +endif + ifneq "$(wildcard $(ARCH)/makefile)" "" include $(ARCH)/makefile objs := $(sort $(objs) $(addprefix $(ARCH)/,$(ALLOCA) $(extras))) |