From 7fe394ac427328a7f62d5cef8a1940e87ee71d9e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 16 Jul 2002 18:56:12 +0000 Subject: [PATCH] Removed repeat line from Makefile. --- src/osgPlugins/bmp/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osgPlugins/bmp/Makefile b/src/osgPlugins/bmp/Makefile index d0b8c0a1c..6ea05b1b4 100644 --- a/src/osgPlugins/bmp/Makefile +++ b/src/osgPlugins/bmp/Makefile @@ -8,7 +8,6 @@ LIBS += $(OSG_LIBS) $(OTHER_LIBS) TARGET_BASENAME = bmp include $(TOPDIR)/Make/cygwin_plugin_def -include $(TOPDIR)/Make/cygwin_plugin_def PLUGIN = $(PLUGIN_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT) include $(TOPDIR)/Make/makerules