Fixed endif placement for SunOS build

This commit is contained in:
Don BURNS
2002-12-10 17:57:02 +00:00
parent 8d0718e8da
commit c259cadd6d

View File

@@ -133,6 +133,7 @@ ifeq ($(OS),SunOS)
PNG_LIBS = /usr/local/lib/libpng.a /usr/local/lib/libz.a
FREETYPE_LIB = /usr/local/lib/libfreetype.a
endif
DYNAMICLIBRARYLIB = -ldl
OSG_LIBS = -losgGLUT -losgGA -losgDB -losgUtil -losg
@@ -148,7 +149,6 @@ ifeq ($(OS),SunOS)
MAKEDIST = $(TOPDIR)/Make/makepkg
endif
endif
#### IRIX Specific definitions