summaryrefslogtreecommitdiff
path: root/lang/smalltalk/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'lang/smalltalk/files/patch-ad')
-rw-r--r--lang/smalltalk/files/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/smalltalk/files/patch-ad b/lang/smalltalk/files/patch-ad
deleted file mode 100644
index 09d2f964118b..000000000000
--- a/lang/smalltalk/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.rules.old Sun Dec 26 11:51:47 1999
-+++ Makefile.rules Sun Dec 26 11:51:32 1999
-@@ -82,7 +82,7 @@
- -$(INSTALL_DATA) lib/gstpub.h $(oldincludedir)/gstpub.h
- $(INSTALL_DATA) lib/libgst.$(LIB) $(smlibdir)/libgst.$(LIB)
- (cd $(srcdir)/docs; $(MAKE) install; cd ..)
-- ln -s $(bindir)/gst $(stdir)/gst # for regression testing
-+ -ln -s $(bindir)/gst $(stdir)/gst # for regression testing
- for file in $(INSTALLED_FILES); do \
- $(INSTALL_DATA) $$file $(stdir)/$$file; \
- done