summaryrefslogtreecommitdiff
path: root/com32/gpllib
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2012-11-26 15:27:55 +0000
committerMatt Fleming <matt.fleming@intel.com>2012-11-27 13:12:36 +0000
commitc3e89bdc47f87b4c0753051fe3b6e0450e26f2f7 (patch)
tree7da7e94641b9ed2513c982eefa64bcc410ab9e80 /com32/gpllib
parentb2eadc35e99caa2a6aba2fae99031c1073bc6cf5 (diff)
downloadsyslinux-c3e89bdc47f87b4c0753051fe3b6e0450e26f2f7.tar.gz
gpllib: Distribute libcom32gpl.c32 in releases
This is a partial revert of commit b26d1c8642a8 ("Clean up $(GPLLIB) leak"). While we do need to use $(C_LIBS) and respect $(NOGPL), we should also be distributing libcom32gpl.c32. Now that we have ELF modules, such as hdt.c32, that need to have some of their symbols dynamically resolved at runtime we need to distribute libcom32gpl.c32. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'com32/gpllib')
-rw-r--r--com32/gpllib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/gpllib/Makefile b/com32/gpllib/Makefile
index 4f41ca8b..92dd20f2 100644
--- a/com32/gpllib/Makefile
+++ b/com32/gpllib/Makefile
@@ -25,7 +25,7 @@ libcom32gpl.c32 : $(LIBOBJS)
$(LD) -shared $(LDFLAGS) -o $@ $^
tidy dist clean:
- find . \( -name \*.o -o -name \*.c32 -o -name .\*.d -o -name \*.tmp \) -print0 | \
+ find . \( -name \*.o -o -name .\*.d -o -name \*.tmp \) -print0 | \
xargs -0r rm -f
spotless: clean