[project @ 2002-02-12 15:17:13 by simonmar]
[ghc-hetmet.git] / mk / paths.mk
index 5b3c637..49e34ff 100644 (file)
@@ -191,6 +191,9 @@ SCRIPT_OBJS = $(addsuffix .prl,$(basename $(SCRIPT_SRCS)))
 
 OBJS        = $(HS_OBJS) $(C_OBJS) $(SCRIPT_OBJS)
 
+# The default is for $(LIBOBJS) to be the same as $(OBJS)
+LIBOBJS            = $(OBJS)
+
 #
 # Note that as long as you use the standard variables for setting
 # which C & Haskell programs you want to work on, you don't have