From 868d9d4ba1df7233b0a9e5d02c0e7a945df00442 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 3 Mar 2007 08:34:11 +0000 Subject: [PATCH] removed weird and bad lines from the Makefile --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40575 --- public/sample_ext/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/sample_ext/Makefile b/public/sample_ext/Makefile index 537e149c..22ff9208 100644 --- a/public/sample_ext/Makefile +++ b/public/sample_ext/Makefile @@ -60,14 +60,10 @@ endif BINARY = $(PROJECT).ext.so OBJ_LINUX := $(OBJECTS:%.cpp=$(BIN_DIR)/%.o) -OBJ_LINUX := $(OBJECTS:%.c=$(BIN_DIR)/%.o) $(BIN_DIR)/%.o: %.cpp $(CPP) $(INCLUDE) $(CFLAGS) $(CPPFLAGS) -o $@ -c $< -$(BIN_DIR)/%.o: %.c - $(CPP) $(INCLUDE) $(CFLAGS) -o $@ -c $< - all: mkdir -p $(BIN_DIR) ln -sf $(SRCDS)/bin/vstdlib_i486.so vstdlib_i486.so