diff options
author | Ian Lynagh <igloo@earth.li> | 2009-06-05 16:05:38 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-06-05 16:05:38 +0000 |
commit | 3e994123a7e57a020b2e614fc0f5ca1aa59bdd22 (patch) | |
tree | fab3eb3f206894ef493b77143d1d4a1c76e4bf85 /libffi/Makefile | |
parent | 393a6600265c3fe67e44208f9266f25e6b3908d1 (diff) | |
download | haskell-3e994123a7e57a020b2e614fc0f5ca1aa59bdd22.tar.gz |
Fix the libffi Makefile
Diffstat (limited to 'libffi/Makefile')
-rw-r--r-- | libffi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/Makefile b/libffi/Makefile index fdc9fff734..4d8df96064 100644 --- a/libffi/Makefile +++ b/libffi/Makefile @@ -11,5 +11,5 @@ # ----------------------------------------------------------------------------- dir = libffi -TOP = ../.. +TOP = .. include $(TOP)/mk/sub-makefile.mk |