Skip to content
Snippets Groups Projects
Commit bb98212c authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Correct make syntax

parent 6e633849
No related branches found
No related tags found
No related merge requests found
......@@ -44,10 +44,10 @@ GLH2 := $(filter-out $(GLH1), $(GLH))
ifeq ($(BUILTINGL2PS),yes)
GL2PSFLAGS := -I$(MODDIRS)/gl2ps
else()
else
GLS := $(filter-out $(MODDIRS)/gl2ps.cxx, $(GLS))
GL2PSFLAGS := $(GL2PSINCDIR:%=-I%)
endif()
endif
ifneq ($(OPENGLLIB),)
GLLIBS := $(OPENGLLIBDIR) $(OPENGLULIB) $(OPENGLLIB) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment