Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite53b526

Browse files
committed
Makefile required some cleaning up for install and make
1 parent24549df commite53b526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/ecpg/lib/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ clean:
4848
rm -f*.o*.a core a.out*~$(shlib) libecpg.so
4949

5050
install: libecpg.a$(shlib)
51-
install -m 644 libecpg.a$(DESTDIR)$(LIBDIR)
52-
install -m 644$(shlib)$(DESTDIR)$(LIBDIR)
51+
$(INSTALL)$(INSTLOPTS) libecpg.a$(DESTDIR)$(LIBDIR)
52+
$(INSTALL)$(INSTLOPTS)$(shlib)$(DESTDIR)$(LIBDIR)
5353
ln -sf$(shlib)$(DESTDIR)$(LIBDIR)/libecpg.so
5454

5555
uninstall::

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp