From 67bf522d15ad50d143b173e2bd717d24f039f68e Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 13 Jun 1990 20:45:51 +0000 Subject: [PATCH] Add rule for gpio.c . --- v7/src/microcode/unxutl/y300.lcl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/unxutl/y300.lcl b/v7/src/microcode/unxutl/y300.lcl index f3ca28d90..3f8566c0c 100644 --- a/v7/src/microcode/unxutl/y300.lcl +++ b/v7/src/microcode/unxutl/y300.lcl @@ -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.6 1990/06/12 17:53:18 jinx Exp $ + $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/y300.lcl,v 1.7 1990/06/13 20:45:51 jinx Exp $ */ /* These extra files are for 6003. They assume we're using HP-UX. */ @@ -69,3 +69,6 @@ usrLYN.c : $(LYN_SOURCES) $(SOURCES) usrdef.touch Findprim xmakefile @echo "#** Re-making" $@ because of $? rm -f usrLYN.c ./Findprim $(LYN_SOURCES) $(SOURCES) > usrLYN.c + +gpio.o : gpio.c scheme.touch prims.h + -- 2.25.1