Blame patches/infounzip_minipix.local.patch
|
Lucio Andrés Illanes Albornoz |
3d52d5 |
--- infounzip/Makefile.orig 2018-05-14 22:16:49.060000000 +0000
|
|
Lucio Andrés Illanes Albornoz |
3d52d5 |
+++ infounzip/Makefile 2018-06-06 09:34:33.224000000 +0000
|
|
Lucio Andrés Illanes Albornoz |
3d52d5 |
@@ -38,10 +38,10 @@
|
|
Lucio Andrés Illanes Albornoz |
3d52d5 |
$(OBJF): $(UNZIP_H)
|
|
Lucio Andrés Illanes Albornoz |
3d52d5 |
|
|
Lucio Andrés Illanes Albornoz |
3d52d5 |
unzip: $(OBJU)
|
|
Lucio Andrés Illanes Albornoz |
3d52d5 |
- $(CC) -o unzip $(LFLAGS1) $(OBJU) $(LDFLAGS)
|
|
Lucio Andrés Illanes Albornoz |
3d52d5 |
+ $(CC) -o unzip $(LFLAGS1) $(LDFLAGS) $(OBJU) $(LDFLAGS)
|
|
Lucio Andrés Illanes Albornoz |
3d52d5 |
|
|
Lucio Andrés Illanes Albornoz |
3d52d5 |
funzip: $(OBJF)
|
|
Lucio Andrés Illanes Albornoz |
3d52d5 |
- $(CC) -o funzip $(LFLAGS1) $(OBJF) $(LDFLAGS)
|
|
Lucio Andrés Illanes Albornoz |
3d52d5 |
+ $(CC) -o funzip $(LFLAGS1) $(LDFLAGS) $(OBJF) $(LDFLAGS)
|
|
Lucio Andrés Illanes Albornoz |
3d52d5 |
|
|
Lucio Andrés Illanes Albornoz |
3d52d5 |
UNZIPS = unzip funzip
|
|
Lucio Andrés Illanes Albornoz |
3d52d5 |
|