[llvm-commits] [dragonegg] r129353 - in /dragonegg/trunk: Makefile darwin/ freebsd/ include/darwin/ include/freebsd/ include/linux/ linux/ src/darwin/ src/freebsd/ src/linux/

Duncan Sands baldrick at free.fr
Tue Apr 12 02:38:36 PDT 2011


Author: baldrick
Date: Tue Apr 12 04:38:35 2011
New Revision: 129353

URL: http://llvm.org/viewvc/llvm-project?rev=129353&view=rev
Log:
Move platform headers to an appropriate place under include/.  Add directories
for putting platform specific source code (though there currently isn't any).

Added:
    dragonegg/trunk/include/darwin/
      - copied from r129217, dragonegg/trunk/darwin/
    dragonegg/trunk/include/freebsd/
      - copied from r129217, dragonegg/trunk/freebsd/
    dragonegg/trunk/include/linux/
      - copied from r129217, dragonegg/trunk/linux/
    dragonegg/trunk/src/darwin/
    dragonegg/trunk/src/freebsd/
    dragonegg/trunk/src/linux/
Removed:
    dragonegg/trunk/darwin/
    dragonegg/trunk/freebsd/
    dragonegg/trunk/linux/
Modified:
    dragonegg/trunk/Makefile

Modified: dragonegg/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/Makefile?rev=129353&r1=129352&r2=129353&view=diff
==============================================================================
--- dragonegg/trunk/Makefile (original)
+++ dragonegg/trunk/Makefile Tue Apr 12 04:38:35 2011
@@ -62,7 +62,7 @@
 # NOTE: The following flags can only be used after TARGET_UTIL has been built.
 TARGET_HEADERS+=-DTARGET_NAME=\"$(shell $(TARGET_UTIL) -t)\" \
 		-I$(TOP_DIR)/$(shell $(TARGET_UTIL) -p) \
-		-I$(TOP_DIR)/$(shell $(TARGET_UTIL) -o)
+		-I$(INCLUDE_DIR)/$(shell $(TARGET_UTIL) -o)
 
 
 default: $(PLUGIN)





More information about the llvm-commits mailing list