mirror of
https://github.com/nigels-com/glew.git
synced 2025-01-31 00:42:34 +00:00
remove unused substitutions for glew.pc.in
This commit is contained in:
parent
3da315c23a
commit
d593a54a21
2
Makefile
2
Makefile
@ -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" \
|
||||||
|
Loading…
Reference in New Issue
Block a user