summaryrefslogtreecommitdiff
path: root/graphics/tcm/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tcm/patches/patch-as')
-rw-r--r--graphics/tcm/patches/patch-as62
1 files changed, 0 insertions, 62 deletions
diff --git a/graphics/tcm/patches/patch-as b/graphics/tcm/patches/patch-as
deleted file mode 100644
index d9217e88b84..00000000000
--- a/graphics/tcm/patches/patch-as
+++ /dev/null
@@ -1,62 +0,0 @@
-$NetBSD: patch-as,v 1.2 2001/05/10 23:35:28 jtb Exp $
-
---- Makefile.gcc.orig Wed Dec 13 10:57:07 2000
-+++ Makefile.gcc
-@@ -18,45 +18,45 @@
-
- tcm:
- ( cp ed/edinstances.h gl/instances.h )
-- ( cd ./gl ; touch llist.c )
-- ( $(MAKE) libglobal.a )
-+ ( cd ./gl ; touch llist.cc )
-+ ( $(MAKE) libtcmglobal.a )
- ( cd ./ed ; $(MAKE) $@)
-
- tcmd:
- ( cp sd/sdinstances.h gl/instances.h )
-- ( cd ./gl ; touch llist.c )
-- ( $(MAKE) libglobal.a )
-+ ( cd ./gl ; touch llist.cc )
-+ ( $(MAKE) libtcmglobal.a )
- ( cd ./sd ; $(MAKE) $@)
-
- tcmgd tcmtr tcmdv tcmbv \
- tgtt tfrt tgd terd tesd tcrd tssd tucd tatd tstd tpsd tsnd trpg \
- tscd tsqd tcbd tcpd tdpd:
- ( cp dg/dginstances.h gl/instances.h )
-- ( cd ./gl ; touch llist.c )
-- ( $(MAKE) libglobal.a )
-+ ( cd ./gl ; touch llist.cc )
-+ ( $(MAKE) libtcmglobal.a )
- ( cd ./sd ; $(MAKE) $@)
-
- tcmfv tdfd tefd:
- ( cp sd/fv/dfinstances.h gl/instances.h )
-- ( cd ./gl ; touch llist.c )
-- ( $(MAKE) libglobal.a )
-+ ( cd ./gl ; touch llist.cc )
-+ ( $(MAKE) libtcmglobal.a )
- ( cd ./sd ; $(MAKE) $@)
-
- tcmt tgt ttdt ttut tfet:
- ( cp tb/tbinstances.h gl/instances.h )
-- ( cd ./gl ; touch llist.c )
-- ( $(MAKE) libglobal.a )
-+ ( cd ./gl ; touch llist.cc )
-+ ( $(MAKE) libtcmglobal.a )
- ( cd ./st ; $(MAKE) $@)
-
- # csod:
- # ( cp cx/cx_instances.h gl/instances.h )
--# ( cd ./gl ; touch llist.c )
-+# ( cd ./gl ; touch llist.cc )
- # ( $(MAKE) libglobal.a )
- # ( cd ./cx ; $(MAKE) $@)
-
- # ced:
- # ( cp dg/dginstances.h gl/instances.h )
--# ( cd ./gl ; touch llist.c )
-+# ( cd ./gl ; touch llist.cc )
- # ( $(MAKE) libglobal.a )
- # ( cd ./cx ; $(MAKE) $@)
-