Skip to content

Commit ce4eda5

Browse files
author
xtremox
committed
Minnor changes
1 parent febb8ad commit ce4eda5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/XML/acc-hpux.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Makefile created by Pablo Garcia Ganzalez
33
# Date: 10.11.2003
44

5-
CPP = aCC
5+
CPP = aCC
66
OBJ = XML.o
77
GPENGINELIB = ../../lib/cpp-gpengine-1.0.4.sl
88
LIBS = -L"../../lib"
@@ -18,7 +18,7 @@ clean:
1818
$(BIN): $(OBJ)
1919
$(CPP) $(OBJ) $(GPENGINELIB) -AA -o "XML" $(LIBS)
2020

21-
XML: simple.cpp
21+
XML.o: XML.cpp
2222
$(CPP) -c XML.cpp -o XML.o $(CXXFLAGS)
2323

2424

0 commit comments

Comments
 (0)