diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-22 22:32:10 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-22 22:32:10 +0000 |
commit | 3830b27a93d167a195564b40947e84ca2aadedda (patch) | |
tree | fee2251be5cdcef2f4a7f0b2f113e44140be4b6a /Makerules | |
parent | 9b163dc6b6775ad9ebcd819847907fae26232c38 (diff) | |
download | uClibc-alpine-3830b27a93d167a195564b40947e84ca2aadedda.tar.bz2 uClibc-alpine-3830b27a93d167a195564b40947e84ca2aadedda.tar.xz |
Add .E suffix
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details. # -.SUFFIXES: .c .S .o .os .oS .so .a .s .i +.SUFFIXES: .c .S .o .os .oS .so .a .s .i .E # order is important, the stripping uses STRIP_FLAGS for lib-so, but not for lib-a ifeq ($(HAVE_SHARED),y) |