Skip to content

Commit 38c7041

Browse files
committed
Fix typo: README was placed in the wrong directory
1 parent 0aee5f3 commit 38c7041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.skel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ $(LOCAL_BINDIR)/debug/pyxplot: $(PPL_OBJECTS_DEBUG)
175175

176176
$(LOCAL_BINDIR)/install/pyxplot: $(PPL_OBJECTS_INSTALL)
177177
mkdir -p $(LOCAL_BINDIR)/install
178-
echo "The files in this directory are binaries intended to be installed with 'make install'. They should not be used in their present location, as they contain hard-coded links to files which are created by the 'make install' step." > $(LOCAL_BINDIR)/debug/README
178+
echo "The files in this directory are binaries intended to be installed with 'make install'. They should not be used in their present location, as they contain hard-coded links to files which are created by the 'make install' step." > $(LOCAL_BINDIR)/install/README
179179
$(LINK) $(LDFLAGS) $(PPL_OBJECTS_INSTALL) $(LIBS) -o $(LOCAL_BINDIR)/install/pyxplot
180180

181181
#

0 commit comments

Comments
 (0)