mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
12 lines
391 B
Diff
12 lines
391 B
Diff
--- email-3.1.0.orig/src/Makefile.in Tue Dec 30 13:16:08 2008
|
|
+++ email-3.1.0/src/Makefile.in Tue Dec 30 13:17:00 2008
|
|
@@ -18,7 +18,7 @@
|
|
remotesmtp.o sig_file.o smtpcommands.o utils.o
|
|
|
|
all: $(FILES)
|
|
- $(CC) $(CFLAGS) -o email $(FILES) $(OTHER_FILES) $(LDFLAGS) $(LIBS) $(DLIB)
|
|
+ $(CC) $(CFLAGS) -o email $(FILES) $(OTHER_FILES) $(DLIB) $(LDFLAGS) $(LIBS)
|
|
|
|
clean:
|
|
rm -f *.o *.d email
|