File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,8 @@ doxygen:
5454
5555install :
5656 $(MKDIR ) $(INCLUDEDIR )
57- cd include/pthread && $(INSTALL ) * .hpp * .h $(INCLUDEDIR )
58- $(INSTALL ) lib/lib@PACKAGE_NAME@-@BUILD@.a @libdir@
59- cd ${LIBDIR} && $(LN_S ) -f lib@PACKAGE_NAME@-@BUILD@.a lib@PACKAGE_NAME@.a
57+ $(INSTALL ) include/pthread/* .hpp include/pthread/* .h $(INCLUDEDIR )
58+ $(INSTALL ) lib/lib@PACKAGE_NAME@.a @libdir@
6059
6160uninstall :
6261 $(RM ) -R $(INCLUDEDIR )
Original file line number Diff line number Diff line change @@ -35,14 +35,13 @@ LIBS=@LIBS@
3535
3636OBJECTS =@OBJECTS@
3737
38- TARGETS =lib@PACKAGE_NAME@-@BUILD @.a
38+ LIBPTHREAD =lib@PACKAGE_NAME@.a
3939
40- all :${TARGETS }
40+ all :${LIBPTHREAD }
4141
42- lib@PACKAGE_NAME@-@BUILD@ .a : $(OBJECTS )
42+ lib@PACKAGE_NAME@.a : $(OBJECTS )
4343 ${AR} ${LIBDIR} /$@ $(OBJECTS )
4444 $(RANLIB ) ${LIBDIR} /$@
45- cd ${LIBDIR} && $(LN_S ) -f lib@PACKAGE_NAME@-@BUILD@.a lib@PACKAGE_NAME@.a
4645
4746globber : clean
4847 -$(RM ) -R Makefile autom4te.cache config.log config.status
You can’t perform that action at this time.
0 commit comments