Formerly GNUmakefile.~65~
authorRoland McGrath <roland@redhat.com>
Fri, 12 Jun 1992 00:29:17 +0000 (00:29 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 12 Jun 1992 00:29:17 +0000 (00:29 +0000)
GNUmakefile

index 8f6e2d4..ed6b064 100644 (file)
@@ -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)))