aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang14/files/patch-erts-emulator-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/erlang14/files/patch-erts-emulator-Makefile.in')
-rw-r--r--lang/erlang14/files/patch-erts-emulator-Makefile.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/erlang14/files/patch-erts-emulator-Makefile.in b/lang/erlang14/files/patch-erts-emulator-Makefile.in
deleted file mode 100644
index 02371ab44deb..000000000000
--- a/lang/erlang14/files/patch-erts-emulator-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- erts/emulator/Makefile.in.orig
-+++ erts/emulator/Makefile.in
-@@ -544,7 +546,7 @@
- endif
-
- $(OBJDIR)/%.o: beam/%.c
-- $(CC) $(subst -O2, $(GEN_OPT_FLGS), $(CFLAGS)) $(INCLUDES) -c $< -o $@
-+ $(CC) $(INCLUDES) $(subst -O2, $(GEN_OPT_FLGS), $(CFLAGS)) -c $< -o $@
-
- else
-