diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-15 15:58:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-15 15:58:03 +0000 |
commit | 4055a7a0f473b591a84ca22136e4921ee497d3a3 (patch) | |
tree | 9a9dc86d98261ceae1fb0a2c2cd65b3527081060 /security/seahorse/files | |
parent | b3bf2873048f91712bcf72f66ec289d679e1e667 (diff) |
Notes
Diffstat (limited to 'security/seahorse/files')
-rw-r--r-- | security/seahorse/files/patch-Makefile.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/security/seahorse/files/patch-Makefile.in b/security/seahorse/files/patch-Makefile.in deleted file mode 100644 index c3fe76800e4b..000000000000 --- a/security/seahorse/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- src/Makefile.in.orig Sat Mar 15 13:18:02 2003 -+++ src/Makefile.in Sat Mar 15 13:18:35 2003 -@@ -586,11 +586,11 @@ - - - seahorse-marshal.h: seahorse-marshal.list $(GLIB_GENMARSHAL) -- $(GLIB_GENMARSHAL) $< --header --prefix=seahorse-marshal > $@ -+ $(GLIB_GENMARSHAL) $< --header --prefix=seahorse_marshal > $@ - - seahorse-marshal.c: seahorse-marshal.list $(GLIB_GENMARSHAL) - echo "#include \"seahorse-marshal.h\"" > $@ && \ -- $(GLIB_GENMARSHAL) $< --body --prefix=seahorse-marshal >> $@ -+ $(GLIB_GENMARSHAL) $< --body --prefix=seahorse_marshal >> $@ - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: |