restore target path from /usr/local/include to /usr/include
parent
8b0c655039
commit
004c0036b2
|
|
@ -62,8 +62,8 @@ install:
|
|||
mkdir -p $(DESTDIR)/usr/$(LIB_VERSION)
|
||||
mkdir -p $(DESTDIR)/usr/lib
|
||||
install -m 755 $(SHARED_LIBS) $(DESTDIR)/usr/$(LIB_VERSION)
|
||||
mkdir -p $(DESTDIR)/usr/local/include/fastcommon
|
||||
install -m 644 $(HEADER_FILES) $(DESTDIR)/usr/local/include/fastcommon
|
||||
mkdir -p $(DESTDIR)/usr/include/fastcommon
|
||||
install -m 644 $(HEADER_FILES) $(DESTDIR)/usr/include/fastcommon
|
||||
clean:
|
||||
rm -f $(ALL_OBJS) $(ALL_PRGS) $(ALL_LIBS)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue