mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Remove hack adding csu objects to the linker command line on OpenBSD.
This is no longer needed now that $(CC) is used to link shared libraries.
This commit is contained in:
parent
38f3f5dcba
commit
fad2d16d20
1 changed files with 0 additions and 2 deletions
|
@ -1028,8 +1028,6 @@ install:: fonts.alias @@\
|
|||
#define KornShell /usr/local/bin/ksh93
|
||||
#endif
|
||||
|
||||
#define SharedLibraryLoadFlags -shared /usr/lib/crtbeginS.o /usr/lib/crtendS.o
|
||||
|
||||
#define AvoidNullMakeCommand YES
|
||||
|
||||
/* This must come last */
|
||||
|
|
Loading…
Reference in a new issue