diff options
Diffstat (limited to 'graphics/xrml/files/patch-PROGS-Makefile')
-rw-r--r-- | graphics/xrml/files/patch-PROGS-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xrml/files/patch-PROGS-Makefile b/graphics/xrml/files/patch-PROGS-Makefile new file mode 100644 index 000000000000..6e54843052f9 --- /dev/null +++ b/graphics/xrml/files/patch-PROGS-Makefile @@ -0,0 +1,11 @@ +--- PROGS/Makefile~ Thu Feb 22 23:55:52 2001 ++++ PROGS/Makefile Tue Jul 23 18:37:32 2002 +@@ -15,7 +15,7 @@ + # the toy subdirectory contains a sample program using the toy + # import and export filter. + +-SUBDIRS = vrmlint vrmlconv vrmlview ++SUBDIRS = vrmldump vrmlint vrmlconv vrmlview + + #default target: compile + all: progs |