remove unused substitutions for glew.pc.in

This commit is contained in:
Rudi Heitbaum 2024-12-30 13:34:18 +00:00
parent 3da315c23a
commit d593a54a21

View File

@ -145,8 +145,6 @@ glew.pc: glew.pc.in
sed \ sed \
-e "s|@prefix@|$(GLEW_PREFIX)|g" \ -e "s|@prefix@|$(GLEW_PREFIX)|g" \
-e "s|@libdir@|$(LIBDIR)|g" \ -e "s|@libdir@|$(LIBDIR)|g" \
-e "s|@exec_prefix@|$(BINDIR)|g" \
-e "s|@includedir@|$(INCDIR)|g" \
-e "s|@version@|$(GLEW_VERSION)|g" \ -e "s|@version@|$(GLEW_VERSION)|g" \
-e "s|@cflags@||g" \ -e "s|@cflags@||g" \
-e "s|@libname@|$(NAME)|g" \ -e "s|@libname@|$(NAME)|g" \