summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/stp.contrib.mak
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript-gpl/files/stp.contrib.mak')
-rw-r--r--print/ghostscript-gpl/files/stp.contrib.mak5
1 files changed, 1 insertions, 4 deletions
diff --git a/print/ghostscript-gpl/files/stp.contrib.mak b/print/ghostscript-gpl/files/stp.contrib.mak
index 613116007dd3..862d329324ee 100644
--- a/print/ghostscript-gpl/files/stp.contrib.mak
+++ b/print/ghostscript-gpl/files/stp.contrib.mak
@@ -4,14 +4,11 @@
stp_=$(GLOBJ)gdevstp.$(OBJ)
-STPINCDIR=-I$(GLSRC)
-STPLIBDIR=-L$(GLOBJ)
STPLIB=gimpprint
$(DD)stp.dev: $(stp_) $(DD)page.dev
$(SETPDEV) $(DD)stp $(stp_)
- $(ADDMOD) $(DD)stp -link $(STPLIBDIR)
$(ADDMOD) $(DD)stp -lib $(STPLIB)
$(GLOBJ)gdevstp.$(OBJ) : $(GLSRC)gdevstp.c $(PDEVH)
- $(GLCC) $(GLO_)gdevstp.$(OBJ) $(C_) $(STPINCDIR) $(GLSRC)gdevstp.c
+ $(GLCC) $(GLO_)gdevstp.$(OBJ) $(C_) $(GLSRC)gdevstp.c