diff options
| author | Justin Anderson <jander@mit.edu> | 2007-09-25 21:34:10 +0000 |
|---|---|---|
| committer | Justin Anderson <jander@mit.edu> | 2007-09-25 21:34:10 +0000 |
| commit | 403149c8eee2e85c168c365528d9a6443a237fba (patch) | |
| tree | eb0b7d9f1175b799245a3b09e04c6359d771a773 /src/ccapi/test/Makefile | |
| parent | 0c9671a9f8dc5d0efb2638952089fb2b6b78838a (diff) | |
| download | krb5-403149c8eee2e85c168c365528d9a6443a237fba.tar.gz krb5-403149c8eee2e85c168c365528d9a6443a237fba.tar.xz krb5-403149c8eee2e85c168c365528d9a6443a237fba.zip | |
Update ccapi tests to work at new location in krb5 tree. Also, test for platform when compiling so that KfM and KfW can use this
ticket: 5459
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19979 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ccapi/test/Makefile')
| -rw-r--r-- | src/ccapi/test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ccapi/test/Makefile b/src/ccapi/test/Makefile index 28d487c01..31655f99d 100644 --- a/src/ccapi/test/Makefile +++ b/src/ccapi/test/Makefile @@ -29,7 +29,7 @@ build-base: $(OBJECTS) build-tests: $(TEST_OBJECTS) # rule to compile files in src directory -$(OBJDIR)/%.o: $(SRCDIR)/%.c +$(OBJDIR)/%.o: %.c $(CC) -c -o $@ $< # Make a build directory @@ -46,7 +46,7 @@ $(TEST_NAMES): $(TEST_OBJECTS) $(CC) -o $(TESTDIR)/$@ $(OBJDIR)/$@.o $(OBJECTS) $(LIBS) copy-script: - cp $(SRCDIR)/$(SCRIPT_NAME) $(DSTDIR)/$(SCRIPT_NAME) + cp $(SCRIPT_NAME) $(DSTDIR)/$(SCRIPT_NAME) success-message: @echo |
