]> git.ipfire.org Git - thirdparty/make.git/commitdiff
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 8f6e2d417fca620291ffe451b86f4e1c7b6237ee..ed6b064c51cca7f3cd284f98e2fb8feee40c29a2 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)))