summaryrefslogtreecommitdiff
path: root/sal/systools
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-23 01:47:44 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-23 01:47:44 +0300
commite433aca6310d0bda20490cdb0c4d2dfc306c2ec3 (patch)
treeebe8dd0538b9c10eae4c3468de2d1008f7ea3a2b /sal/systools
parent1784070c0267794444365d06d375d200e0a9406f (diff)
No need to build import library separately here
Diffstat (limited to 'sal/systools')
-rw-r--r--sal/systools/win32/uwinapi/makefile.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/sal/systools/win32/uwinapi/makefile.mk b/sal/systools/win32/uwinapi/makefile.mk
index 9a09411d6f92..5713a5377435 100644
--- a/sal/systools/win32/uwinapi/makefile.mk
+++ b/sal/systools/win32/uwinapi/makefile.mk
@@ -145,11 +145,4 @@ SHL1STDLIBS+=\
.ENDIF
-.IF "$(COM)"=="GCC"
-ALL: ALLTAR $(LB)$/libuwinapi.a
-
-$(LB)$/libuwinapi.a: $(MISC)$/uwinapi.def
- $(DLLTOOL) --dllname uwinapi.dll --input-def=$(MISC)$/uwinapi.def --kill-at --output-lib=$(LB)$/libuwinapi.a
-.ENDIF
-
.INCLUDE : target.mk