summaryrefslogtreecommitdiff
path: root/gs/src/dvx-tail.mak
diff options
context:
space:
mode:
Diffstat (limited to 'gs/src/dvx-tail.mak')
-rw-r--r--gs/src/dvx-tail.mak5
1 files changed, 4 insertions, 1 deletions
diff --git a/gs/src/dvx-tail.mak b/gs/src/dvx-tail.mak
index 8e56c33c9..537cef126 100644
--- a/gs/src/dvx-tail.mak
+++ b/gs/src/dvx-tail.mak
@@ -29,7 +29,7 @@
## The Desqview/X platform
-dvx__=$(GLOBJ)gp_getnv.$(OBJ) $(GLOBJ)gp_dvx.$(OBJ) $(GLOBJ)gp_unifs.$(OBJ) $(GLOBJ)gp_dosfs.$(OBJ)
+dvx__=$(GLOBJ)gp_getnv.$(OBJ) $(GLOBJ)gp_dvx.$(OBJ) $(GLOBJ)gp_unifs.$(OBJ) $(GLOBJ)gp_dosfs.$(OBJ) gp_stdin.$(OBJ)
$(GLGEN)dvx_.dev: $(dvx__) nosync.dev
$(SETMOD) $(GLGEN)dvx_ $(dvx__) -include nosync
@@ -37,6 +37,9 @@ $(GLOBJ)gp_dvx.$(OBJ): $(GLSRC)gp_dvx.c $(AK) $(string__h) $(gx_h) $(gsexit_h) $
$(time__h) $(dos__h)
$(CC_) -D__DVX__ -c $(GLSRC)gp_dvx.c -o $(GLOBJ)gp_dvx.$(OBJ)
+$(GLOBJ)gp_stdin.$(OBJ): $(GLSRC)gp_stdin.c $(AK) $(stdio__h) $(unistd__h) $(fcntl__h) $(gx_h) $(gp_h) $(errors_h)
+ $(GLCC) $(GLO_)gp_stdin.$(OBJ) $(C_) $(GLSRC)gp_stdin.c
+
# -------------------------- Auxiliary programs --------------------------- #
$(ANSI2KNR_XE): ansi2knr.c $(stdio__h) $(string__h) $(malloc__h)