summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-06-12 00:29:17 +0000
committerRoland McGrath <roland@redhat.com>1992-06-12 00:29:17 +0000
commitd298fecfda6306b4a65eec555e07af7bbb832a77 (patch)
treeacbbd707519225221e687c9d811aae7a5775071e /GNUmakefile
parentd3ea4206509c44968cb90791b5d78a465537ee58 (diff)
downloadgunmake-d298fecfda6306b4a65eec555e07af7bbb832a77.tar.gz
Formerly GNUmakefile.~65~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
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)))