Add a .DEFAULT entry that re-invokes make on the target using
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 12 Jun 1990 17:52:24 +0000 (17:52 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 12 Jun 1990 17:52:24 +0000 (17:52 +0000)
xmakefile.

v7/src/microcode/unxutl/y300.lcl

index fa89cb9850bb8c13765734f006bbf6f314cba847..5331d1f8239cead473e56278ce97f33c9dbe5908 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- C -*-
    Switzerland local additions to the makefile
-   $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/y300.lcl,v 1.4 1990/06/12 16:38:29 jinx Exp $
+   $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/y300.lcl,v 1.5 1990/06/12 17:52:24 jinx Exp $
  */
 
 /* These extra files are for 6003.  They assume we're using HP-UX. */
@@ -22,7 +22,7 @@ KIT_SOURCES = $(X_SOURCES) $(CTERM_SOURCES) $(GRAPHICS_SOURCES)\
 KIT_OBJECTS = $(X_OBJECTS) $(CTERM_OBJECTS) $(GRAPHICS_OBJECTS)\
        OBJECTS_SYSTEM OBJECTS_MACHINE gpio.o usrkit.o
 KIT_LIB =  $(USER_LIBS) $(GRAPHICS_LIBS) $(X_LIB) $(CTERM_LIB)\
-       LIB_MATH LIBS_SYSTEM LIBS_MACHINE LIB_DEBUG LIB_STANDARD
+       LIB_MATH LIBS_SYSTEM LIBS_MACHINE LIB_DEBUG LIB_STANDARD -ldvio
 
 /* Franklyn's personal scheme: 6003-like + Sgraph_xt. */